home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 July
/
07_02.iso
/
software
/
xq-xsetup
/
files
/
setup.exe
/
{app}
/
plugins
/
WV Access Speed 1.xpl
< prev
next >
Wrap
Text File
|
2002-04-06
|
1KB
|
41 lines
"FILE"="Xteq Systems X-Setup Plugin 6.0"
"TYPE"="1"
"COUNT"="1"
"UIPATH"="Program Options\Microsoft Office\MS Office 2000\Access 2000"
"NAME"="Simultaneous process"
"WARNING"=""
"VERSION"="1.00"
"OSVERSION"=""
"LANGUAGE"="VBScript"
"TEXT 1"="Value :"
"DESCRIPTION 1"="This option allows you to increasee the autorised number of simultaneous process."
"DESCRIPTION 2"="The value should be one of them : 16, 32, etc... (power of 2)"
"DESCRIPTION 3"="(the recommended value is "16")"
"DESCRIPTION 4"="Note: this tweak is recommended if you have a powerful system."
"AUTHOR"="formatman@wanadoo.fr"
"CONTACTURL"="http://formatland.free.fr/"
"COPYRIGHT"="Copyright ⌐ Formatman"
"COMMENT 1"="For more informations, go to http://www.xsetup.net"
"COMMENT 2"="Created by VORMELKER Werner"
"COMMENT 3"="http://formatland.free.fr/"
"COMMENT 4"="formatman@wanadoo.fr"
sP="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Jet 3.x\Threads"
Sub Plugin_Initialize
i=RegReadValue(sP)
SetUIElement 1,i
End Sub
Sub Plugin_CheckData(ElementIndex)
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
i=GetUIElement(1)
Call RegWriteValue(sP,i,2)
Call Restart()
End Sub
Sub Plugin_Terminate
End Sub